home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / beaverblast.swf / scripts / frame_10 / PlaceObject2_78_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  180 b   |  5 lines

  1. onClipEvent(enterFrame){
  2.    trace(int(100 * _root.getBytesLoaded() / _root.getBytesTotal()));
  3.    this.gotoAndStop(int(100 * _root.getBytesLoaded() / _root.getBytesTotal()));
  4. }
  5.